- Granoflow
Granoflow
Granoflow is an app for planning and reviewing work tasks. It helps extract knowledge and experience worth remembering from completed work, turn those insights into review cards, and make them available for quick retrieval or spaced review at reasonable intervals.
Granoflow's local features are free to use forever. If privacy is your concern, do not subscribe: without membership, your data never leaves your device or gets uploaded to the cloud.
The Granoflow MCP server exposes the Granoflow Local HTTP API as tools for AI agents, IDEs, and automation. It connects to the user's running local Granoflow app, does not host user data, does not store API tokens, and does not upload local tasks to a third-party MCP service.
Server Config
{
"mcpServers": {
"granoflow": {
"command": "npx",
"args": [
"-y",
"@granoflow/mcp-server"
],
"env": {
"GRANOFLOW_API_BASE_URL": "http://127.0.0.1:56789"
}
}
}
}Recommend Servers
View All高德地图官方 MCP Server
Playwright MCP server